Numpy offers several ways to index into arrays. As mentioned earlier, items in numpy array object follow zero-based index. The three types of indexing methods that are followed in numpy − field access, basic slicing, and advanced indexing. Here are the 3